Skip to content

Commit 5a14840

Browse files
committed
Update description in setup.cfg, and update TODO description
1 parent 1f7735c commit 5a14840

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

TODO.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,18 @@
22

33
## v1.x
44

5-
- [ ] Add example of input in csv file in README.md
5+
- [x] Add example of input in csv file in README.md
66
- [x] Support load entities from csv
77
- [x] Customize prefix in seeder (default=`!`)
88
- [x] Customize prefix in validator (default=`!`)
99
- [x] relationship entity no longer required `model` key since the program will search it for you, but can also be
1010
overridden by providing a model data instead as it saves performance time
1111
- [ ] Add test case for overriding default reference prefix
12+
- [ ] Update README description
13+
- [ ] add docstrings
14+
- [ ] Refactor test instances and test cases
1215

13-
## Tentative Features
16+
## Tentative Plans
1417

1518
- load entities from excel support
16-
19+
- add docs

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = sqlalchemyseed
3-
description = SQLAlchemy seeder
3+
description = SQLAlchemy Seeder
44
long_description = file: README.md
55
long_description_content_type = text/markdown
66
url = https://github.com/jedymatt/sqlalchemyseed

0 commit comments

Comments
 (0)