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.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size libxd-0.0.1-py2-none-any.whl (4.0 kB) | File type Wheel | Python version py2 | Upload date | Hashes View |
Filename, size libxd-0.0.1.tar.gz (1.9 kB) | File type Source | Python version None | Upload date | Hashes View |