Skip to main content

a module to make Beau stop bitching about time in Python

Project description

# Beautils

Utilities to make your Python more beautiful.

You probably shouldn't use this, but if you must. It currently consists of a single function called gettimestamp which gives you the timestamp for any given datetime object.

## Usage
```python
import datetime
from beautils import gettimestamp

d = datetime.datetime(2013,1,31)
ts = gettimestamp(d)
# do something with ts

```

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

Beautils-0.0.1.tar.gz (928 Bytes view hashes)

Uploaded Source

Supported by

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