Personal Python package for some useful functions
Project description
# libxd
## 函数列表
### 1. 给出文件路径获得去掉了扩展名的文件名
```python
from libxd.io import FileUtils
path = '/path/to/index.html'
FileUtils.file_name(path) # result is index
```
## 函数列表
### 1. 给出文件路径获得去掉了扩展名的文件名
```python
from libxd.io import FileUtils
path = '/path/to/index.html'
FileUtils.file_name(path) # result is index
```
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
libxd-0.0.1.tar.gz
(1.9 kB
view details)
Built Distribution
libxd-0.0.1-py2-none-any.whl
(4.0 kB
view details)
File details
Details for the file libxd-0.0.1.tar.gz
.
File metadata
- Download URL: libxd-0.0.1.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c6baee62829dc31be3c600b0f88931a16be9477480ea87cbecd656de7f206937 |
|
MD5 | 7ae539eadd8bd7fdc8e38d88a5fa5d10 |
|
BLAKE2b-256 | ffebea76c3f1778ac808343a425a531b4b1e78bb591e52c3895d259ce56bcc13 |
File details
Details for the file libxd-0.0.1-py2-none-any.whl
.
File metadata
- Download URL: libxd-0.0.1-py2-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3a19108e31c1a391e2fb8bb652d75a014d286dc58037ae503b9076f28f5902ee |
|
MD5 | 8d5936366061dd3f6b47135856fb1eae |
|
BLAKE2b-256 | 7d71e04dd65744a4525fe72b8cfd1090c6737bdc7d771def80ba275941d88a3a |