Skip to main content

An ORM for Python

Project description

article i followed for creating a package

https://mathspp.com/blog/how-to-create-a-python-package-in-2022

first, we need pipx in order to install poetry

python -m pip install --user pipx

make sure the right python scripts folder is in the PATH env varaible on windows

pipx install poetry

#update the PATH env pipx ensurepath

reload the shell

for a new project, run 'poetry new .' in the new empty directory

for an existing project, type the below in the the directory and follow the prompts

poetry init

now run install

poetry install

do the git stuff if a new project that's not on git yet

git init git add * git commit -m "First commit" git branch -M main git remote add origin https://github.com/JamesRandell/ivypy.git git push -u origin main

more poetry stuff

poetry add -D pre-commit

poetry config repositories.testpypi https://test.pypi.org/legacy/

#api token

test account

poetry config http-basic.testpypi token test-token-here

poetry build poetry publish -r testpypi

live account

poetry config pypi-token.pypi live-token-here

poetry publish --build

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ivyorm-0.1.5.tar.gz (44.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ivyorm-0.1.5-py3-none-any.whl (23.8 kB view details)

Uploaded Python 3

File details

Details for the file ivyorm-0.1.5.tar.gz.

File metadata

  • Download URL: ivyorm-0.1.5.tar.gz
  • Upload date:
  • Size: 44.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.3.1 CPython/3.11.1 Windows/10

File hashes

Hashes for ivyorm-0.1.5.tar.gz
Algorithm Hash digest
SHA256 ac4032630a1805bbfcc26e508ee423d2cd2fc5eaca926aa9d13eeb0531f2ec39
MD5 a823f6550c7898d3c2bfa4624203794f
BLAKE2b-256 28e13ac7e4d3fa3c54a99310350de1eb6a0b94c819726d83bc74db8b3afff67a

See more details on using hashes here.

File details

Details for the file ivyorm-0.1.5-py3-none-any.whl.

File metadata

  • Download URL: ivyorm-0.1.5-py3-none-any.whl
  • Upload date:
  • Size: 23.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.3.1 CPython/3.11.1 Windows/10

File hashes

Hashes for ivyorm-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 ecced93a024ca837532cc5048e6c813d5a7e6edfc818338150a066abdd0da1ed
MD5 f002035e88c37f07886aea6636d9b2dc
BLAKE2b-256 f3fd827019a09c9dfe4404c4c59165e7cf79b0ea2f5a73001c2b0845a096f6b5

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page