https://github.com/realpython/sales-metrics
https://github.com/realpython/sales-metrics
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/realpython/sales-metrics
- Owner: realpython
- Created: 2017-01-30T01:27:38.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-21T21:59:16.000Z (about 8 years ago)
- Last Synced: 2025-05-07T21:03:10.554Z (7 months ago)
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Real Python Sales Metrics
Just some basics helpers.
1. [county-code](country-code) - convert country code
1. [date-convert](date-convert) - convert date string to something usable
## Getting Started
1. Clone
1. Create/Activate a virtualenv
1. Install dependencies - `pip install -r requirements.txt`