Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/palewire/django-postgres-copy
Quickly import and export delimited data with Django support for PostgreSQL's COPY command
https://github.com/palewire/django-postgres-copy
bulk-loader copy django postgres python sql
Last synced: 23 days ago
JSON representation
Quickly import and export delimited data with Django support for PostgreSQL's COPY command
- Host: GitHub
- URL: https://github.com/palewire/django-postgres-copy
- Owner: palewire
- License: mit
- Created: 2015-07-13T16:41:23.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-09-06T18:29:23.000Z (2 months ago)
- Last Synced: 2024-09-07T17:27:54.147Z (2 months ago)
- Topics: bulk-loader, copy, django, postgres, python, sql
- Language: Python
- Homepage: https://palewi.re/docs/django-postgres-copy/
- Size: 904 KB
- Stars: 178
- Watchers: 17
- Forks: 48
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
### Links
- Documentation: [palewi.re/docs/django-postgres-copy/](https://palewi.re/docs/django-postgres-copy/)
- Issues: [github.com/palewire/django-postgres-copy/issues](https://github.com/palewire/django-postgres-copy/issues)
- Packaging: [pypi.python.org/pypi/django-postgres-copy](https://pypi.python.org/pypi/django-postgres-copy)
- Testing: [github.com/palewire/django-postgres-copy/actions](https://github.com/palewire/django-postgres-copy/actions/workflows/test.yaml)### Contributing
To set up a development environment, run `pipenv install` after forking and cloning the repository.
To run tests, use `pipenv run python setup.py test`